projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54ee7b
)
(sh-make-vars-local): Fix a typo in message string.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 23:20:24 +0000
(23:20 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 23:20:24 +0000
(23:20 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index f94b93ffacf0b6b121fce3ea23d7e74295a6a0fe..636108692fd6832256c81731ebdb77c32a6a6ae0 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-1890,7
+1890,7
@@
To revert all these variables to the global values, use
command `sh-reset-indent-vars-to-global-values'."
(interactive)
(mapcar 'make-local-variable sh-var-list)
- (message "Indentation variable are now local."))
+ (message "Indentation variable
s
are now local."))
(defun sh-reset-indent-vars-to-global-values ()
"Reset local indentation variables to the global values.